Skip to content

Conversation

@devalog
Copy link
Collaborator

@devalog devalog commented Aug 15, 2025

No description provided.

@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

```
</Tab>
</Tabs>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@devalog I think we should add the markdown for both of these examples.

Also i think we should lead with the sync'd lanugage example and then the non-sync'd language example.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I swapped the order. I agree about having markdown examples, but I keep getting mdx parsing errors when I try to do this. I don't think the parser is liking the nested code fences. Any ideas?


```jsx
<Tabs>
  <Tab title="TypeScript" language="typescript">
    ```typescript
    console.log("Second code block – language syncs with the one above!");
    ```
  </Tab>
  <Tab title="Python" language="python">
    ```python
    print("Second code block – language syncs with the one above!")
    ```
  </Tab>
  <Tab title="Java" language="java">
    ```java
    System.out.println("Second code block – language syncs with the one above!");
    ```
  </Tab>
</Tabs>

@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

@github-actions
Copy link
Contributor

@devalog devalog merged commit cced951 into main Aug 18, 2025
1 check passed
@devalog devalog deleted the global-lang-sync branch August 18, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants